CommonEvent 1298
Name = "Talk: Succubus Witch"

  999([1298])
  ConditionalBranch([1, 20, 0, 1, 0])
    JumpToLabel(["情報"])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 20, 0, 2, 0])
    JumpToLabel(["質問"])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 20, 0, 3, 0])
    JumpToLabel(["要求"])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 20, 0, 4, 0])
    JumpToLabel(["贈与"])
    Empty([])

  BranchEnd([])
  Label(["情報"])
  ControlVariables([13, 13, 0, 2, 1, 100])
  ConditionalBranch([1, 13, 0, 10, 2])
    ShowTextAttributes(["witchs_fc1", 0, 0, 2])
    ShowText(["\\n<Succubus Witch>The magical girl's seat... I shall have it♪"])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 20, 2])
    ShowTextAttributes(["witchs_fc1", 0, 0, 2])
    ShowText(["\\n<Succubus Witch>I'll make your semen into a source of magical power...♪"])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 30, 2])
    ShowTextAttributes(["witchs_fc1", 0, 0, 2])
    ShowText(["\\n<Succubus Witch>I enjoy my magical studies more than my three meals of the day♪"])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 40, 2])
    ShowTextAttributes(["witchs_fc1", 0, 0, 2])
    ShowText(["\\n<Succubus Witch>I am a magician whose name is known throughout the world. So why don't I get many apprenticeship applications...?"])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 50, 2])
    ShowTextAttributes(["witchs_fc1", 0, 0, 2])
    ShowText(["\\n<Succubus Witch>I am the mayor's assistant in Succubus Village.\nIt's a rather nice position...♪"])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 60, 2])
    ShowTextAttributes(["witchs_fc1", 0, 0, 2])
    ShowText(["\\n<Succubus Witch>Magical research is my hobby.\nI've even written a number of books..."])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 70, 2])
    ShowTextAttributes(["witchs_fc1", 0, 0, 2])
    ShowText(["\\n<Succubus Witch>I was interested in the magical arts that were handed down in Magistea Village... It seems a magician there has already revived them."])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 80, 2])
    ShowTextAttributes(["witchs_fc1", 0, 0, 2])
    ShowText(["\\n<Succubus Witch>The magical advisor of Grand Noah, Mephisto, is a very famous yoma. It was only a generation ago, but she was a very famous teacher of magic."])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 90, 2])
    ShowTextAttributes(["witchs_fc1", 0, 0, 2])
    ShowText(["\\n<Succubus Witch>This hat is a magical lifeform that I created.\nEven now, it gnaws on my head..."])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 100, 2])
    ShowTextAttributes(["witchs_fc1", 0, 0, 2])
    ShowText(["\\n<Succubus Witch>Various forms of magic exist in this world...\nThe magical girl's secret arts are also very interesting."])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  Label(["質問"])
  ControlVariables([13, 13, 0, 2, 1, 50])
  ConditionalBranch([1, 13, 0, 10, 2])
    ShowTextAttributes(["witchs_fc1", 0, 0, 2])
    ShowText(["\\n<Succubus Witch>Do you believe in fortune telling...?"])
    ShowChoices([["I believe in it", "I don't believe in it", "I am a fortune teller"], 0])
    When([0, "信じる"])
      ShowTextAttributes(["witchs_fc1", 1, 0, 2])
      ShowText(["\\n<Succubus Witch>Ufufu... Such a nice, honest child♪"])
      Script(["change_friend(10)"])
      Empty([])

    When([1, "信じない"])
      ShowTextAttributes(["witchs_fc1", 0, 0, 2])
      ShowText(["\\n<Succubus Witch>Yes... That is also fate."])
      Empty([])

    When([2, "僕は占い師だ"])
      ShowTextAttributes(["witchs_fc1", 0, 0, 2])
      ShowText(["\\n<Succubus Witch>Ah, so you are in the same trade.\nThen I won't say anything unsophisticated..."])
      Empty([])

    ChoicesEnd([])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 20, 2])
    ShowTextAttributes(["witchs_fc1", 3, 0, 2])
    ShowText(["\\n<Succubus Witch>Why do you want to become a magical girl...?"])
    ShowChoices([["To prevent its power from being abused", "To win a girl's heart", "I don't want to be one in the first place"], 0])
    When([0, "力を悪用させないため"])
      Comment(["CHOICE TEXT:"])
      CommentMore(["To prevent its power"])
      CommentMore(["from being abused"])
      ShowTextAttributes(["witchs_fc1", 1, 0, 2])
      ShowText(["\\n<Succubus Witch>You must be serious...\nI like seeing that in a child♪"])
      Script(["change_friend(10)"])
      Empty([])

    When([1, "あの娘のハートを射止めるため"])
      ShowTextAttributes(["witchs_fc1", 0, 0, 2])
      ShowText(["\\n<Succubus Witch>If that's the case, I could have fulfilled that with my magic..."])
      Empty([])

    When([2, "そもそもなりたくない"])
      ShowTextAttributes(["witchs_fc1", 3, 0, 2])
      Comment(["CHOICE TEXT:"])
      CommentMore(["I don't want to be one "])
      CommentMore(["in the first place"])
      ShowText(["\\n<Succubus Witch>Then why are you fighting me...?\nThat's a rather strange story."])
      Empty([])

    ChoicesEnd([])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 30, 2])
    ShowTextAttributes(["witchs_fc1", 0, 0, 2])
    ShowText(["\\n<Succubus Witch>I wonder if you like potatoes...?"])
    ShowChoices([["I like them", "I hate them", "I am a potato"], 0])
    When([0, "好き"])
      ShowTextAttributes(["witchs_fc1", 0, 0, 2])
      ShowText(["\\n<Succubus Witch>Really... Then we're not compatible."])
      Script(["change_friend(-5)"])
      Empty([])

    When([1, "嫌い"])
      ShowTextAttributes(["witchs_fc1", 0, 0, 2])
      ShowText(["\\n<Succubus Witch>I don't like them either...\nWhen I left the village, it felt like I had escaped from a long time in potato hell."])
      Script(["change_friend(10)"])
      Empty([])

    When([2, "僕はイモだ"])
      ShowTextAttributes(["witchs_fc1", 0, 0, 2])
      ShowText(["\\n<Succubus Witch>Well then, I'll make you into a baked potato..."])
      Script(["change_friend(-5)"])
      Empty([])

    ChoicesEnd([])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 40, 2])
    ShowTextAttributes(["witchs_fc1", 0, 0, 2])
    ShowText(["\\n<Succubus Witch>What do you think will happen if I take off my glasses?"])
    ShowChoices([["You will become beautiful", "You won't be able to see what's in front of you", "Your magical concentration will be distorted", "Beams will shoot out of your eyes"], 0])
    When([0, "美人になる"])
      ShowTextAttributes(["witchs_fc1", 3, 0, 2])
      ShowText(["\\n<Succubus Witch>So you're saying I'm not beautiful because I wear glasses...?"])
      Script(["change_friend(-5)"])
      Empty([])

    When([1, "前が見えなくなる"])
      Comment(["CHOICE TEXT:"])
      CommentMore(["You won't be able to see"])
      CommentMore(["what's in front of you"])
      ShowTextAttributes(["witchs_fc1", 0, 0, 2])
      ShowText(["\\n<Succubus Witch>I don't have bad eyesight...\nThese glasses are an item for concentrating my magical power."])
      Empty([])

    When([2, "魔力の集中が乱れる"])
      Comment(["CHOICE TEXT:"])
      CommentMore(["Your magical concentration"])
      CommentMore(["will be distorted"])
      ShowTextAttributes(["witchs_fc1", 0, 0, 2])
      ShowText(["\\n<Succubus Witch>Yes...these glasses are an item for concentrating my magical power. My magical power is enormous, so it requires a great degree of control."])
      Script(["change_friend(10)"])
      Empty([])

    When([3, "目からビームが出る"])
      ShowTextAttributes(["witchs_fc1", 3, 0, 2])
      ShowText(["\\n<Succubus Witch>Nothing will shoot out, I'm afraid..."])
      Empty([])

    ChoicesEnd([])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 50, 2])
    ShowTextAttributes(["witchs_fc1", 0, 0, 2])
    ShowText(["\\n<Succubus Witch>I will tell your fortune.\nHmm...there seems to be a disaster."])
    ShowChoices([["Trouble with women", "A disastrous fire", "A flood"], 0])
    When([0, "女難"])
      ShowTextAttributes(["witchs_fc1", 0, 0, 2])
      ShowText(["\\n<Succubus Witch>I have never seen such relentless misfortune with women... I would like to have a sample of your semen."])
      Script(["change_friend(10)"])
      Empty([])

    When([1, "火難"])
      ShowTextAttributes(["witchs_fc1", 0, 0, 2])
      ShowText(["\\n<Succubus Witch>Hmm, I could see that...\nIs it because I just burned out my magic now?"])
      Empty([])

    When([2, "水難"])
      ShowTextAttributes(["witchs_fc1", 0, 0, 2])
      ShowText(["\\n<Succubus Witch>Hmm, I could see that...\nBe wary of the monsters of the sea."])
      Empty([])

    ChoicesEnd([])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  Label(["要求"])
  ControlVariables([13, 13, 0, 2, 1, 30])
  ConditionalBranch([1, 13, 0, 10, 2])
    ConditionalBranch([8, 440])
      ShowTextAttributes(["witchs_fc1", 0, 0, 2])
      ShowText(["\\n<Succubus Witch>Could I have a roast newt?\nI would like to use it for magical experiments..."])
      ControlVariables([24, 24, 0, 3, 0, 440, 0])
      ShowTextAttributes(["", 0, 0, 2])
      ShowText(["Do you want to give a \\ii[440]? (Have:\\V[24])"])
      ShowChoices([["Yes", "No"], 2])
      When([0, "Yes"])
        ShowTextAttributes(["witchs_fc1", 1, 0, 2])
        ShowText(["\\n<Succubus Witch>Ufufu, I'm pleased♪"])
        ChangeItems([440, 1, 0, 1])
        Script(["change_friend(20)"])
        ExitEventProcessing([])
        Empty([])

      When([1, "No"])
        ShowTextAttributes(["witchs_fc1", 3, 0, 2])
        ShowText(["\\n<Succubus Witch>Arara... How unfortunate."])
        ExitEventProcessing([])
        Empty([])

      ChoicesEnd([])
      Empty([])

    Else([])
      ControlVariables([13, 13, 0, 0, 20])
      Empty([])

    BranchEnd([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 20, 2])
    ConditionalBranch([8, 444])
      ShowTextAttributes(["witchs_fc1", 0, 0, 2])
      ShowText(["\\n<Succubus Witch>Could I have a skull?\nI would like to use it for magical experiments..."])
      ControlVariables([24, 24, 0, 3, 0, 444, 0])
      ShowTextAttributes(["", 0, 0, 2])
      ShowText(["Do you want to give a \\ii[444]? (Have:\\V[24])"])
      ShowChoices([["Yes", "No"], 2])
      When([0, "Yes"])
        ShowTextAttributes(["witchs_fc1", 1, 0, 2])
        ShowText(["\\n<Succubus Witch>Ufufu, I'm pleased♪"])
        ChangeItems([444, 1, 0, 1])
        Script(["change_friend(30)"])
        ExitEventProcessing([])
        Empty([])

      When([1, "No"])
        ShowTextAttributes(["witchs_fc1", 3, 0, 2])
        ShowText(["\\n<Succubus Witch>Arara... How unfortunate."])
        ExitEventProcessing([])
        Empty([])

      ChoicesEnd([])
      Empty([])

    Else([])
      ControlVariables([13, 13, 0, 0, 30])
      Empty([])

    BranchEnd([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 30, 2])
    ShowTextAttributes(["witchs_fc1", 0, 0, 2])
    ShowText(["\\n<Succubus Witch>Could I get some money?\nI require money in order to research..."])
    ConditionalBranch([7, 3375, 0])
      ControlVariables([24, 24, 0, 3, 7, 2, 0])
      ShowTextAttributes(["", 0, 0, 2])
      ShowText(["Do you want to give 3375G? (Remaining:\\V[24])"])
      ShowChoices([["Yes", "No"], 2])
      When([0, "Yes"])
        ShowTextAttributes(["witchs_fc1", 1, 0, 2])
        ShowText(["\\n<Succubus Witch>Ufufu, I'm pleased♪"])
        ChangeGold([1, 0, 3375])
        Script(["change_friend(25)"])
        ExitEventProcessing([])
        Empty([])

      When([1, "No"])
        ShowTextAttributes(["witchs_fc1", 3, 0, 2])
        ShowText(["\\n<Succubus Witch>Arara... How unfortunate."])
        ExitEventProcessing([])
        Empty([])

      ChoicesEnd([])
      Empty([])

    Else([])
      ShowTextAttributes(["witchs_fc1", 3, 0, 2])
      ShowText(["\\n<Succubus Witch>...It appears you spent your money on your journey."])
      ExitEventProcessing([])
      Empty([])

    BranchEnd([])
    Empty([])

  BranchEnd([])
  Label(["贈与"])
  ControlVariables([13, 13, 0, 2, 1, 30])
  ConditionalBranch([1, 25, 0, 1, 0])
    ControlVariables([13, 13, 0, 0, 30])
    ControlVariables([25, 25, 0, 0, 0])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 25, 0, 2, 0])
    ControlVariables([13, 13, 0, 2, 1, 20])
    ControlVariables([25, 25, 0, 0, 0])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 10, 2])
    ShowTextAttributes(["witchs_fc1", 0, 0, 2])
    ShowText(["\\n<Succubus Witch>Make use of this medicine..."])
    PlaySE(["RPG::SE(@name=\"Item1\", @pitch=100, @volume=80)"])
    ChangeItems([4, 0, 0, 1])
    ShowTextAttributes(["", 0, 0, 2])
    ShowText(["The Succubus Witch gave you a \\ii[4]!"])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 20, 2])
    ShowTextAttributes(["witchs_fc1", 0, 0, 2])
    ShowText(["\\n<Succubus Witch>Do you like potatoes? Don't be hesitant, take some..."])
    PlaySE(["RPG::SE(@name=\"Item1\", @pitch=100, @volume=80)"])
    ChangeItems([319, 0, 0, 1])
    ShowTextAttributes(["", 0, 0, 2])
    ShowText(["The Succubus Witch gave you a \\ii[319]!"])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 30, 2])
    ShowTextAttributes(["witchs_fc1", 0, 0, 2])
    ShowText(["\\n<Succubus Witch>Accept this money..."])
    PlaySE(["RPG::SE(@name=\"Item1\", @pitch=100, @volume=80)"])
    ChangeGold([0, 0, 5625])
    ShowTextAttributes(["", 0, 0, 2])
    ShowText(["The Succubus Witch gave you 5625G!"])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  Empty([])
